home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / clikbr15.zip / READ.ME < prev    next >
Text File  |  1993-03-23  |  7KB  |  193 lines

  1.  
  2. This readme file is intended as a quick start-up file for those in a hurry
  3. to try ClickBar on their system.  Please pay attention to any last-minute
  4. notes or manual corrections that may be appended.
  5.  
  6.  
  7.      Installation
  8.      ──────────────────────────────────────────────────────────────────────
  9.  
  10.  
  11.         Extracting Files
  12.         ────────────────
  13.  
  14.      Build a "scratch" directory, preferably on a large RAM disk, that will
  15.      be used to temporarily extract the delivered ClickBar files.  For
  16.      example, 
  17.  
  18.           C> cd \ <return>
  19.           C> md scratch <return>
  20.           C> cd scratch <return>
  21.  
  22.      Copy the Clikbr15.ZIP file from the source diskette to the scratch
  23.      directory:
  24.  
  25.           C> copy <diskette name>:\CLIKBR15.ZIP <return>
  26.  
  27.      Execute Pkunzip to extract the two main files:
  28.  
  29.           C> PKUNZIP CLIKBR15 <return>
  30.      
  31.  
  32.         Installing Files into Windows
  33.         ─────────────────────────────
  34.  
  35.      Start Windows, and from the Program Manager screen, execute 
  36.  
  37.           "File" "Run" C:\SCRATCH\SETUP.  
  38.  
  39.      Setup will propose a directory in which to install Clickbar.  If the
  40.      proposed directory is unacceptable, change it as necessary, and press
  41.      OK.  Setup will install ClickBar, and build a screen group named
  42.      WynApse for the TestClik and ClikTest programs. This will also provide
  43.      a convenient group for any test programs constructed using the
  44.      toolbar.  ;
  45.      
  46.  
  47.  
  48.      When SETUP is finished, and you next return to DOS, remove all the files 
  49.      from the scratch directory, and delete the directory:
  50.  
  51.           C> cd \scratch <return>
  52.           C> del *.* <return>
  53.  
  54.      answer "Y" to the question about deleting all the files, then:
  55.  
  56.           C> cd \ <return>
  57.           C> rd scratch <return>
  58.  
  59.  
  60. Thank you for supporting the shareware software concept and encouraging the 
  61. future development of Windows shareware!
  62.  
  63.  
  64.                                ADDENDUM
  65.  
  66. The following file has been added to the ship set:
  67.  
  68.      helpids.h
  69.  
  70. This file should be moved to the same directory used for all other include
  71. (or header) files.
  72.  
  73. and
  74.      testclik.exe
  75.      testclik.hlp
  76.  
  77. Have been removed from the TESTCLIK.ZIP file, and added to the CLIKBR15.ZIP
  78. file to make an executable entry in the WynApse screen group.
  79.  
  80.  
  81.  
  82.                            * * * NOTE * * *
  83.  
  84. Watch for version 2.0 of ClickBar due out early in 1993.  Version 2.0 will 
  85. support "single image" buttons, cutting the size of ClickBar.DLL by 
  86. almost 50%, and decreasing system resource usage.
  87.  
  88. Also included in version 2.0 will be 32x32 ICON-sized 16 color buttons.  Use
  89. your favorite icons as 3D buttons, or capture icons from your applications
  90. and use them as menu selections to "launch" the application.
  91.  
  92. The placement and size of the click bar will be variable in version 2.0.
  93.  
  94.  
  95.  
  96. Register version 1.0 now, and be the first to get version 2.0 at a reduced
  97. upgrade price!!
  98.  
  99.  
  100. 08 Feb 93 --
  101.  
  102. wynbtn.h was accidently left out of the released shipset. That was added
  103. this date, and my Compuserve ID was corrected where wrong. The correct
  104. address is:
  105.                               72251,445
  106.  
  107. Sorry for any inconvenience any of this has made.
  108.  
  109.  
  110.  
  111.  
  112. 20 Mar 93 --
  113.  
  114. Maintenance upgrade to version 1.5, and brought quite a few of the 
  115. 2.0-proposed changes down to 1.5. Specifically:
  116.  
  117. 1) Wynbtn.DLL is no longer used, except during the current version of setup.
  118.    All references to WynBtn.H, WynBtn.DLL, etc. may be removed.
  119.  
  120. 2) ClickDlg.DLL no longer requires BWCC.DLL. This was a minor fix, but a
  121.    major annoyance, and had only been there in the interests of getting
  122.    v1.0 out to people. Again, Setup uses BWCC.DLL, and beyond that, unless
  123.    you are a Borland programmer, you may remove it.
  124.  
  125. 3) DBWin was run against ClickBar.DLL and ClickDlg.DLL, and all error 
  126.    messages were cleared. This necessitated a change to Testclik.C, which
  127.    is documented in Addenda.Doc.
  128.  
  129. 4) End User Registration was updated for Windows 3.1 developers, and made 
  130.    much easier to use. Again, reference Addenda.Doc.
  131.  
  132. 5) Single-image bitmaps are now used for all bound buttons with the exception
  133.    of the VCR buttons which change color. This means a smaller DLL, and in
  134.    the case of custom buttons, a smaller executable. Custom buttons will have
  135.    to be altered as detailed in Addenda.Doc.
  136.  
  137. 6) WynApse Compuserve ID was wrong in a few places in the documentation and
  138.    on-screen. This has been fixed, and also is shown when files are 
  139.    extracted. The correct CIS ID is: 72251,445. This is monitored on a 
  140.    daily basis.
  141.  
  142. 7) Toolbar.zip from Windows/DOS Developer's Journal has been added to the
  143.    diskette. To go with it is Clickin.zip a subclassing toolbar using 
  144.    clickbar to produce a toolbar in a third-party application that does
  145.    not have one already. This program is supplied as-is for the user to
  146.    modify/use/beat-up/throw-away, etc. I would ask that if any major 
  147.    improvements are made to the subclass to please email me the code.
  148.  
  149. 7) PKUNZIP v2.04c is included on the ship disk becuase I am now using
  150.    that version. If room permits, I will include the complete 
  151.    PKZIP204C.EXE shareware file. Please support PKWare and register 
  152.    their fine product.
  153.  
  154. 8) The first three issues of Windows Programmer's Journal have been placed
  155.    on the diskette, also. This is a downloadable, free magazine for the
  156.    free interchange of Windows programming information for all levels of
  157.    Windows programmers. If you can't find future copies of this, feel free
  158.    to contact WynApse.
  159.  
  160.  
  161.  
  162. Version 2.0 is now expected to contain the following:
  163.  
  164. 1) upgraded toolbar placement (e.g. MDI applications)
  165.  
  166. 2) Additional toolbar placement (e.g. vertical/horizontal, position)
  167.  
  168. 3) 32x32 icon-size 16-color profile for building launchers
  169.  
  170. Possible future changes:
  171.  
  172. a) Drag-and-Drop to bar
  173.  
  174. b) Macro Assignments to buttons through the DLL
  175.  
  176. c) Scroll-bar of buttons
  177.  
  178.  
  179. Thanks for supporting WynApse and the Shareware concept. As always, the
  180. next significant revision will be reduced to current registrants.
  181.  
  182.  
  183.       ╒════════════════════════╕
  184.       │      ClikBar v1.5      │
  185.       ├────────────────────────┤
  186.       │        WynApse         │
  187.       │     P.O. Box 86247     │
  188.       │ Phoenix, AZ 85080-6247 │
  189.       │     (602) 863-0411     │
  190.       ├────────────────────────┤
  191.       │     CIS: 72251,445     │
  192.       ╘════════════════════════╛
  193.